crypto/internal/fips140/mlkem.decryptionKey1024.s (field)
8 uses
crypto/internal/fips140/mlkem (current package)
mlkem1024.go#L46: for i := range dk.s {
mlkem1024.go#L47: b = polyByteEncode(b, dk.s[i])
mlkem1024.go#L104: s [k1024]nttElement // ByteDecode₁₂(dk[:decryptionKey1024Size])
mlkem1024.go#L168: for i := range dk.s {
mlkem1024.go#L170: dk.s[i], err = polyByteDecode[nttElement](b[:encodingSize12])
mlkem1024.go#L226: s := &dk.s
mlkem1024.go#L451: for i := range dx.s {
mlkem1024.go#L452: mask = polyAdd(mask, nttMul(dx.s[i], ntt(u[i])))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |